home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / supported / xypic / src / xyps-l.doc < prev    next >
Text File  |  1995-03-15  |  4KB  |  108 lines

  1. %% $Id: xyps-l.doc,v 2.9 1994/06/09 14:38:56 ross Exp $
  2. %%
  3. %% XY-pic ``Line extension'' PostScript backend support.
  4. %% Copyright (c) 1993-1994    Ross Moore    <ross@mpce.mq.edu.au>
  5. %%
  6. %% This file is part of the XY-pic package for graphs and diagrams in TeX.
  7. %% See the companion README and INSTALL files for further information.
  8. %% Copyright (c) 1991-1994    Kristoffer H. Rose    <kris@diku.dk>
  9. %%
  10. %% The XY-pic package is free software; you can redistribute it and/or modify
  11. %% it under the terms of the GNU General Public License as published by the
  12. %% Free Software Foundation; either version 2 of the License, or (at your
  13. %% option) any later version.
  14. %%
  15. %% The XY-pic package is distributed in the hope that it will be useful, but
  16. %% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  17. %% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  18. %% for more details.
  19. %%
  20. %% You should have received a copy of the GNU General Public License along
  21. %% with this package; if not, write to the Free Software Foundation, Inc.,
  22. %% 675 Mass Ave, Cambridge, MA 02139, USA.
  23. %%
  24. \ifx\xypslloaded\relax \message{not reloaded}\endinput \fi
  25. \let\xypslloaded=\relax \xycatcodes
  26.  
  27. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. This included file (version \stripRCS$Revision: 2.9 $) provides \XY-ps
  30. support for the effects defined in the |line| extension.
  31.  
  32. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  33. \DOCHEADER
  34.  
  35. \DOCMODE(
  36. \xyrequire{line}
  37. \xyrequire{ps}
  38. \xycatcodes
  39. \DOCMODE)
  40.  
  41. \paragraph*{Style lists}
  42.  
  43. \DOCMODE(
  44. \xydef@\xyPSprestyle@{\xyPSrawA@{\preXYstyle@@}}
  45. \xydef@\xyPSpoststyle@{\xyPSrawZ@{\postXYstyle@@}}
  46.  
  47. \xyPSalternative@{\preXYstyle@}{prestyle}
  48. \xyPSalternative@{\postXYstyle@}{poststyle}
  49. \DOCMODE)
  50.  
  51. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  52.  
  53. \paragraph*{Line thickness}
  54.  
  55. \DOCMODE(
  56. \xydef@\xyPSlinewidth@{% 
  57.  \edef\tmp@{\expandafter\removePT@\the\xylinethick@}%
  58.  \expandafter\xyPSlinewidth@@\expandafter{\tmp@}}
  59.  
  60. \xydef@\xyPSlinewidth@@#1{\bgroup
  61.  \def\preStyle@@{\xyPSpre@}\def\postStyle@@{\xyPSpost@}% 
  62.  \let\modPSboxz@=\modXYstyle@ 
  63.  \xyPSsplitPS@{#1 setlinewidth /xywidth{#1 setlinewidth}def }{}%
  64.   \toks@={\egroup\let\xy@style@=\relax \def\Drop@@}%
  65.  \expandafter\addtotoks@\expandafter{\expandafter{\Drop@@}\def\Connect@@}%
  66.  \expandafter\addtotoks@\expandafter{\expandafter{\Connect@@}}\the\toks@}
  67. \DOCMODE)
  68.  
  69. Rebind control sequence defined in |xyline| to allow use of the \PS\ 
  70. implementation. 
  71. Use |\xyPSalternative@| so that \PS\ will be turned off by |\NoPSspecials|.
  72.  
  73. \DOCMODE(
  74. \xyPSalternative@{\xylinewidth@}{linewidth}
  75. \DOCMODE)
  76.  
  77. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  78.  
  79. \paragraph*{The end \& Log}\leavevmode
  80.  
  81. \DOCMODE(
  82. \xyendinput
  83.  
  84. % $Log: xyps-l.doc,v $
  85. % Revision 2.9  1994/06/09  14:38:56  ross
  86. % Release 3beta.
  87. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  88. % Back-ends are separated into separate files.
  89. % More back-ends are supported, experimentally --- needs testing.
  90. %
  91. % Revision 2.9  1994/06/09  14:38:56  ross
  92. % Release 3beta.
  93. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  94. % Back-ends are separated into separate files.
  95. % More back-ends are supported, experimentally --- needs testing.
  96. %
  97. % NEW for version 2.9 by by Ross Moore.
  98. \DOCMODE)
  99.  
  100. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  101.  
  102. % Tell Emacs that this is a LaTeX document and how it is formatted:
  103. % Local Variables:
  104. % mode:latex
  105. % fill-column:77
  106. % fill-prefix:""
  107. % End:
  108.